projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
162bc02
)
* src/process.c (SOCK_NONBLOCK): Fix typo.
author
Alp Aker
<alp@food52.com>
Sun, 22 May 2016 18:14:19 +0000
(14:14 -0400)
committer
Alp Aker
<alp@food52.com>
Sun, 22 May 2016 18:14:19 +0000
(14:14 -0400)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index fbb517d91a727d972e31dfd1efb6deda551755e5..d4bd19a24a9be05b4c88f7533d633f6f45efb186 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-151,7
+151,7
@@
bool inhibit_sentinels;
# define SOCK_CLOEXEC 0
#endif
#ifndef SOCK_NONBLOCK
-# define SOCK_NONBLOC
k
0
+# define SOCK_NONBLOC
K
0
#endif
/* True if ERRNUM represents an error where the system call would